#!/bin/bash
# 
# Script written by Peter Lundén <plu@tii.se>

grep TBsp[NL]...3d $1 | grep -v link: > `basename $1 .txt`_path.txt
exit
